Skip to content

feat: add Makefile with CI/CD automation targets#49

Merged
mrhillsman merged 1 commit into
mainfrom
feat/add-ci-cd-pipeline
May 21, 2026
Merged

feat: add Makefile with CI/CD automation targets#49
mrhillsman merged 1 commit into
mainfrom
feat/add-ci-cd-pipeline

Conversation

@mrhillsman

Copy link
Copy Markdown
Contributor

Add comprehensive Makefile providing convenient shortcuts for common development tasks including test, vet, lint, build, and formatting. Update development documentation to describe both the Makefile targets and existing GitHub Actions CI/CD workflows. Add test coverage files to .gitignore.

This addresses the missing Makefile mentioned in issue #10, complementing the GitHub Actions workflows that were recently added.

The Makefile uses podman as the default container runtime (aligned with OpenShift/RHEL ecosystem) but allows override via CONTAINER_RUNTIME=docker.

Resolves: #10

Add comprehensive Makefile providing convenient shortcuts for common
development tasks including test, vet, lint, build, and formatting.
Update development documentation to describe both the Makefile targets
and existing GitHub Actions CI/CD workflows. Add test coverage files
to .gitignore.

This addresses the missing Makefile mentioned in issue #10, complementing
the GitHub Actions workflows that were recently added.

The Makefile uses podman as the default container runtime (aligned with
OpenShift/RHEL ecosystem) but allows override via CONTAINER_RUNTIME=docker.

Resolves: #10

Signed-off-by: Melvin Hillsman <mhillsma@redhat.com>
@exe-prow-github-app exe-prow-github-app Bot requested review from jsm84 and yashoza19 May 20, 2026 21:34
@exe-prow-github-app

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrhillsman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@exe-prow-github-app exe-prow-github-app Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 20, 2026
@mrhillsman mrhillsman removed request for jsm84 and yashoza19 May 21, 2026 03:14
@mrhillsman mrhillsman merged commit 008155f into main May 21, 2026
3 of 4 checks passed
@mrhillsman mrhillsman deleted the feat/add-ci-cd-pipeline branch May 22, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add CI/CD pipeline

1 participant